Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add eth_maxPriorityFeePerGas to http-retry middleware whitelist #3090

Merged

Conversation

pacrob
Copy link
Contributor

@pacrob pacrob commented Sep 1, 2023

What was wrong?

eth_maxPriorityFeePerGas was requested to be added to the http_retry_request_middleware whitelist.

Closes #2993

How was it fixed?

Added. I looked into whether this would interfere with eth_maxPriorityFeePerGas falling back to eth_feeHistory, but that fallback depends on getting a completed HTTP request through first.

Found a typo in tests too.

Todo:

Cute Animal Picture

image

@pacrob pacrob force-pushed the add-maxpriofee-to-http-retry-middleware branch 2 times, most recently from 4e33704 to 27f15cd Compare September 1, 2023 20:43
@pacrob pacrob force-pushed the add-maxpriofee-to-http-retry-middleware branch from a5ae7bd to 4c484ec Compare September 7, 2023 23:37
@pacrob pacrob requested review from reedsa and fselmo September 8, 2023 00:55
@fselmo
Copy link
Collaborator

fselmo commented Sep 8, 2023

lgtm 👍🏼

@pacrob pacrob merged commit 42edb99 into ethereum:main Sep 8, 2023
84 checks passed
@pacrob pacrob deleted the add-maxpriofee-to-http-retry-middleware branch September 8, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add eth_chainId to retry middleware whitelist
2 participants